MacroStrings variable
Unit: DXFConv
Description
MacroStrings
allows to change texts before drawing. For instance "diameter macro 1" change to "%%c 23". MacroStrings
is the TStringList
object where strings must be in the next formatting: oldvalue1=newvalue1 oldvalue2=newvalue2
and so on.
See also demo extChange+Color2LineWeight
.
Syntax
var MacroStrings: TStringList;